var net/http.http2frameParsers

2 uses

	net/http (current package)
		h2_bundle.go#L1525: var http2frameParsers = map[http2FrameType]http2frameParser{
		h2_bundle.go#L1539: 	if f := http2frameParsers[t]; f != nil {